home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Converters / Convert_MacPaint / Source / shared.subproj / RCS / TextConverter.h,v < prev    next >
Text File  |  1995-06-12  |  2KB  |  77 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  beta10:1.1;
  5. locks    death:1.2;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     93.04.04.23.45.20;  author death;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     93.01.10.15.08.49;  author death;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Sun Apr  4 23:45:20 PDT 1993
  27. @
  28. text
  29. @/*====================================================================
  30. This is the interface file for the TextConverter class.  Full documentation for this class can be found in the TextConverter.rtf file.  I will not duplicate all that fine information here.
  31.  
  32. NOTE: You may find that text doesn't line up properly unless you use the New Century Schoolbook Roman typeface, since this was created with it.
  33.  
  34. INFORMATION:
  35.     This is $Revision: 1.1 $ of this file
  36.     It was last modified by $Author: death $ on $Date: 93/01/10 15:08:49 $
  37.      $Log:    TextConverter.h,v $
  38.  * Revision 1.1  93/01/10  15:08:49  death
  39.  * Sun Jan 10 15:08:49 PST 1993
  40.  * 
  41. ====================================================================*/
  42.  
  43.  
  44. #import "ResultObject.h"
  45. #import "common.h"
  46.  
  47. @@interface TextConverter:ResultObject
  48. {
  49.     //
  50.     //    This class has no instance variables
  51.     // 
  52. }
  53.  
  54. - (Character) ConvertCharacter: (Character) theCharacter;
  55. - (Pointer) ConvertString: (Pointer) theData WithLength: (Integer) length;
  56.  
  57. @@end
  58.  
  59. /*    DEFINES    */
  60.  
  61. #define errCANTMAPTOONE    1001    /* set by ConvertChar: if mapping would be > 1 dest char */
  62. #define errCANTMAPFROMONE    1002    /* set by ConvertChar: if mapping needs > 1 source char */
  63. @
  64.  
  65.  
  66. 1.1
  67. log
  68. @Sun Jan 10 15:08:49 PST 1993
  69. @
  70. text
  71. @d7 6
  72. a12 3
  73.     This is $Revision: 1.4 $ of this file
  74.     It was last modified by $Author: death $ on $Date: 92/04/05 22:51:36 $
  75.      $Log:    $
  76. @
  77.